1. /* sxmsign.cpp by K.Tsuru */
  2. // function ID = 505 BRADIX
  3. #ifndef SN_H
  4. #include "sn.h"
  5. #endif
  6. /*****************
  7. SDecimal class
  8. It changes the singn.
  9. a = -b
  10. ******************/
  11. SDecimal SDecimal::operator-() const{
  12. SDecimal result(*this);
  13. result.ChangeSign(505);
  14. return result;
  15. }

sxmsign.cpp : last modifiled at 2015/12/15 14:07:43(300 bytes)
created at 2015/12/22 16:09:56
The creation time of this html file is 2017/10/27 15:45:59 (Fri Oct 27 15:45:59 2017).